home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Sample Code / AppleScriptRunner / build / AppleScriptRunner.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-01-19  |  1.0 KB  |  40 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>txt</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>Text</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>TEXT</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Viewer</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>AppleScriptRunner</string>
  26.     <key>CFBundleIdentifier</key>
  27.     <string>com.apple.dts.AppleScriptRunner</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundlePackageType</key>
  31.     <string>APPL</string>
  32.     <key>CFBundleSignature</key>
  33.     <string>????</string>
  34.     <key>CFBundleVersion</key>
  35.     <string>1.0</string>
  36.     <key>CSResourcesFileMapped</key>
  37.     <true/>
  38. </dict>
  39. </plist>
  40.